decimal type meaning in Chinese
小数型
Examples
- If your application uses floating - point types , but your requirements can be met using an exact decimal type
如果应用程序使用浮点类型,但是只要使用十进制类型( - The string - to - decimal type conversions used in bulk insert follow the same rules as the transact - sql
Bulk insert中使用的从字符串到十进制类型的转换所遵从的规则与transact - sql - The jdbc decimal type represents a fixed - precision decimal value that holds values of at least the specified precision
Jdbc decimal类型表示固定精度的十进制值,它保留指定精度以上的值。 - Bulk insert supports string - to - decimal type conversion for strings representing numeric values that use scientific notation
Bulk insert支持将使用科学计数法表示数值的字符串从字符串类型转换为十进制类型。 - The jdbc decimal type also maps to the sql server money and smallmoney types , which are specific fixed - precision decimal types that are stored in 8 and 4 bytes , respectively
Jdbc decimal类型还映射到sql server money类型和smallmoney类型,这是固定精度的特定decimal类型,分别以8个和4个字节进行存储。